home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2005 May / CyberMycha 05-2005 (Poland).bin / Immortal / cotndemo.exe / AdobeInstall.exe / Reader / plug_ins / PPKLite.api / EXVW / 20003 < prev    next >
Encoding:
Text File  |  2002-08-12  |  774 b   |  18 lines

  1. gPanelWidth = max( 325, zstring_width(zstring: '$$$/Dialogs/UserSettings/GlobalMaxString') + 25 );
  2.  
  3. dialog(target_id: 'name')
  4. {
  5.     cluster(item_id: 'Panl', name: '$$$/Dialogs/ChangePassword/ClusterTitle',
  6.                 dwidth: gPanelWidth, align_children: align_left)
  7.     {
  8.         static_text(name: '$$$/Dialogs/ChangePassword/Old');
  9.         edit_text(item_id: 'pold', password: true, alignment: align_fill );
  10.         static_text(name: '$$$/Dialogs/ChangePassword/New');
  11.         edit_text(item_id: 'pnew', password: true, alignment: align_fill  );
  12.         static_text(name: '$$$/Dialogs/ChangePassword/Confirm');
  13.         edit_text(item_id: 'pcon', password: true, alignment: align_fill  );
  14.         gap(height: 5);
  15.         button(item_id: 'doit', name: '$$$/Dialogs/PasswordOptions/Apply', alignment: align_right);
  16.     }
  17. }
  18.